{{ view_name }}
{{ view_description|safe }}
{% endif %}
{{ request.method }} {{ request.full_path }}
{% endautoescape %} {% if content %}{{ content|urlize_api_links }}{% endif %}
diff --git a/swh/web/ui/templates/api.html b/swh/web/ui/templates/api.html index 74313bb4..f255d8c4 100644 --- a/swh/web/ui/templates/api.html +++ b/swh/web/ui/templates/api.html @@ -1,190 +1,190 @@
{% block head %} {% block meta %} {% endblock %}{{ request.method }} {{ request.full_path }}
{% endautoescape %} {% if content %}{{ content|urlize_api_links }}{% endif %}